﻿2026-06-04T12:39:29.0397966Z ##[group]Run actions/checkout@v5
2026-06-04T12:39:29.0400018Z with:
2026-06-04T12:39:29.0400838Z   repository: SaberMage/spt-core
2026-06-04T12:39:29.0408709Z   token: ***
2026-06-04T12:39:29.0409940Z   ssh-strict: true
2026-06-04T12:39:29.0410710Z   ssh-user: git
2026-06-04T12:39:29.0411519Z   persist-credentials: true
2026-06-04T12:39:29.0412372Z   clean: true
2026-06-04T12:39:29.0413147Z   sparse-checkout-cone-mode: true
2026-06-04T12:39:29.0414046Z   fetch-depth: 1
2026-06-04T12:39:29.0414805Z   fetch-tags: false
2026-06-04T12:39:29.0415586Z   show-progress: true
2026-06-04T12:39:29.0416362Z   lfs: false
2026-06-04T12:39:29.0417081Z   submodules: false
2026-06-04T12:39:29.0417910Z   set-safe-directory: true
2026-06-04T12:39:29.0419338Z ##[endgroup]
2026-06-04T12:39:29.2026570Z Syncing repository: SaberMage/spt-core
2026-06-04T12:39:29.2030981Z ##[group]Getting Git version info
2026-06-04T12:39:29.2032500Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T12:39:29.2034949Z [command]/usr/bin/git version
2026-06-04T12:39:29.2036075Z git version 2.34.1
2026-06-04T12:39:29.2048694Z ##[endgroup]
2026-06-04T12:39:29.2058449Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/ce80d827-e9c6-4fe0-b24a-d37047ff3634/.gitconfig'
2026-06-04T12:39:29.2061706Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/ce80d827-e9c6-4fe0-b24a-d37047ff3634' before making global git config changes
2026-06-04T12:39:29.2064353Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T12:39:29.2067946Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T12:39:29.2116683Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T12:39:29.2149956Z https://github.com/SaberMage/spt-core
2026-06-04T12:39:29.2168566Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T12:39:29.2175400Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T12:39:29.2205511Z refs/heads/dev-freeform
2026-06-04T12:39:29.2218216Z [command]/usr/bin/git checkout --detach
2026-06-04T12:39:29.2271807Z HEAD is now at a52dacb docs(plan): mark M4-D9-2 complete (three CI-green sub-slices)
2026-06-04T12:39:29.2329966Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T12:39:29.2371955Z Deleted branch dev-freeform (was a52dacb).
2026-06-04T12:39:29.2423906Z ##[endgroup]
2026-06-04T12:39:29.2425933Z [command]/usr/bin/git submodule status
2026-06-04T12:39:29.2674555Z ##[group]Cleaning the repository
2026-06-04T12:39:29.2679287Z [command]/usr/bin/git clean -ffdx
2026-06-04T12:39:29.2723538Z Removing traceable-reqs
2026-06-04T12:39:29.2740595Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T12:39:29.2798395Z HEAD is now at a52dacb docs(plan): mark M4-D9-2 complete (three CI-green sub-slices)
2026-06-04T12:39:29.2808318Z ##[endgroup]
2026-06-04T12:39:29.2809971Z ##[group]Disabling automatic garbage collection
2026-06-04T12:39:29.2814454Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T12:39:29.2851013Z ##[endgroup]
2026-06-04T12:39:29.2853053Z ##[group]Setting up auth
2026-06-04T12:39:29.2863873Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T12:39:29.2904460Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T12:39:29.3142572Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T12:39:29.3183829Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T12:39:29.3426993Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T12:39:29.3468152Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T12:39:29.3721869Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T12:39:29.3790658Z ##[endgroup]
2026-06-04T12:39:29.3792376Z ##[group]Fetching the repository
2026-06-04T12:39:29.3805663Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +785002e707f71652c714a13d71e6d5c100db003a:refs/remotes/origin/dev-freeform
2026-06-04T12:39:30.1173793Z From https://github.com/SaberMage/spt-core
2026-06-04T12:39:30.1179996Z  + a52dacb...785002e 785002e707f71652c714a13d71e6d5c100db003a -> origin/dev-freeform  (forced update)
2026-06-04T12:39:30.1205307Z ##[endgroup]
2026-06-04T12:39:30.1207737Z ##[group]Determining the checkout info
2026-06-04T12:39:30.1210509Z ##[endgroup]
2026-06-04T12:39:30.1214307Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T12:39:30.1265144Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T12:39:30.1302658Z ##[group]Checking out the ref
2026-06-04T12:39:30.1307026Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T12:39:30.1381451Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T12:39:30.1384932Z any of your branches:
2026-06-04T12:39:30.1386634Z 
2026-06-04T12:39:30.1388290Z   a52dacb docs(plan): mark M4-D9-2 complete (three CI-green sub-slices)
2026-06-04T12:39:30.1496872Z 
2026-06-04T12:39:30.1498425Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T12:39:30.1501081Z to do so with:
2026-06-04T12:39:30.1501898Z 
2026-06-04T12:39:30.1502639Z  git branch <new-branch-name> a52dacb
2026-06-04T12:39:30.1503907Z 
2026-06-04T12:39:30.1504817Z Switched to a new branch 'dev-freeform'
2026-06-04T12:39:30.1507818Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T12:39:30.1514471Z ##[endgroup]
2026-06-04T12:39:30.1519880Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T12:39:30.1522115Z 785002e707f71652c714a13d71e6d5c100db003a
